FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.gematik.erezept-workflow.r4#1.4.2 (62 ms)

Package de.gematik.erezept-workflow.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.4.2&canonical=https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle
Url https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle
Version 1.4
Status active
Date 2024-07-15
Name GEM_ERP_PR_Bundle
Title Document Bundle for Receipt
Experimental False
Description A document style representation of the receipt (complete, self-contained, signed)
Type Bundle
Kind resource

Resources that use this resource

StructureDefinition
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_CloseOperation_Output GEM ERP PR CloseOperation Output
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task Task for Management of ePrescription Workflow

Resources that this resource uses

StructureDefinition
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Composition Receipt for Fulfillment of ePrescription
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Device GEM_ERP_PR_Device
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Digest QES-Digest in Binary
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PrescriptionId Identifier Profile for Prescription IDs
https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Signature Profile for Signature of Bundles in ePrescription Context


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "GEM-ERP-PR-Bundle",
  "url" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle",
  "version" : "1.4",
  "name" : "GEM_ERP_PR_Bundle",
  "title" : "Document Bundle for Receipt",
  "status" : "active",
  "date" : "2024-07-15",
  "description" : "A document style representation of the receipt (complete, self-contained, signed)",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.id",
        "path" : "Bundle.id",
        "min" : 1
      },
      {
        "id" : "Bundle.meta",
        "path" : "Bundle.meta",
        "min" : 1
      },
      {
        "id" : "Bundle.meta.profile",
        "path" : "Bundle.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle|1.4"
      },
      {
        "id" : "Bundle.identifier",
        "path" : "Bundle.identifier",
        "short" : "identifier of ePrescription",
        "min" : 1,
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PrescriptionId"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "fixedCode" : "document",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "min" : 1
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "resource"
            }
          ],
          "rules" : "closed"
        },
        "min" : 3
      },
      {
        "id" : "Bundle.entry:DocumentInformation",
        "path" : "Bundle.entry",
        "sliceName" : "DocumentInformation",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:DocumentInformation.link",
        "path" : "Bundle.entry.link",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:DocumentInformation.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:DocumentInformation.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Composition",
            "profile" : [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Composition"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:DocumentInformation.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:DocumentInformation.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:DocumentInformation.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:SigningDevice",
        "path" : "Bundle.entry",
        "sliceName" : "SigningDevice",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:SigningDevice.link",
        "path" : "Bundle.entry.link",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:SigningDevice.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:SigningDevice.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Device",
            "profile" : [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Device"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:SigningDevice.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:SigningDevice.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:SigningDevice.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PrescriptionDigest",
        "path" : "Bundle.entry",
        "sliceName" : "PrescriptionDigest",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:PrescriptionDigest.link",
        "path" : "Bundle.entry.link",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PrescriptionDigest.fullUrl",
        "path" : "Bundle.entry.fullUrl",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:PrescriptionDigest.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Binary",
            "profile" : [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Digest"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:PrescriptionDigest.search",
        "path" : "Bundle.entry.search",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PrescriptionDigest.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PrescriptionDigest.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.signature",
        "path" : "Bundle.signature",
        "short" : "Enveloping signature applied to the receipt",
        "type" : [
          {
            "code" : "Signature",
            "profile" : [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Signature"
            ]
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.